Component org.nuxeo.ecm.user.center.dashboard.jsf.actions
In bundle org.nuxeo.ecm.user.center.dashboard.jsf
Contributions
XML Source
<component name="org.nuxeo.ecm.user.center.dashboard.jsf.actions">
<extension target="org.nuxeo.ecm.platform.actions.ActionService"
point="actions">
<action id="Dashboard" link="user_center_fragment.xhtml" label="user.center.dashboard" icon="/icons/dashboard.png" order="10">
<category>USER_CENTER</category>
</action>
<action id="DashboardMain" link="/incl/dashboard/user_jsf_dashboard.xhtml" label="" order="10">
<category>Dashboard_sub_tab</category>
</action>
</extension>
</component>